home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Oextrude.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  235b  |  13 lines

  1. #ifndef _Oextrude_H_
  2. #define _Oextrude_H_
  3.  
  4. enum
  5. {
  6.     EXTRUDEOBJECT_ISOPARM            = 1000,
  7.     EXTRUDEOBJECT_SUB                    = 1001,
  8.     EXTRUDEOBJECT_MOVE                = 1002,
  9.     EXTRUDEOBJECT_FLIPNORMALS    = 1003,
  10.     EXTRUDEOBJECT_HIERARCHIC    = 1004
  11. };
  12.  
  13. #endif